agents.anac.y2010.AgentFSEGA
Class EvaluatorHypothesis

java.lang.Object
  extended by agents.anac.y2010.AgentFSEGA.Hypothesis
      extended by agents.anac.y2010.AgentFSEGA.EvaluatorHypothesis
All Implemented Interfaces:
java.lang.Comparable<Hypothesis>

public class EvaluatorHypothesis
extends Hypothesis


Constructor Summary
EvaluatorHypothesis(Evaluator pEval, java.lang.String pDescription)
           
 
Method Summary
 java.lang.String getDescription()
           
 Evaluator getEvaluator()
           
 java.lang.String toString()
           
 
Methods inherited from class agents.anac.y2010.AgentFSEGA.Hypothesis
compareTo, getProbability, setProbability
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluatorHypothesis

public EvaluatorHypothesis(Evaluator pEval,
                           java.lang.String pDescription)
Method Detail

getEvaluator

public Evaluator getEvaluator()

getDescription

public java.lang.String getDescription()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object